libxc: rename domain builder count_pgtables to alloc_pgtables
authorJuergen Gross <jgross@suse.com>
Thu, 12 Nov 2015 13:43:30 +0000 (14:43 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 16 Nov 2015 13:18:55 +0000 (13:18 +0000)
commitddb13e70225b8cd25ce6943f75f8ce928d37159c
tree091b56249c4e60671c60ef2a514a10e0dd2cc0a4
parent06954411ee1410e34719bdb5df71f71d0ac11be0
libxc: rename domain builder count_pgtables to alloc_pgtables

Rename the count_pgtables hook of the domain builder to alloc_pgtables
and do the allocation of the guest memory for page tables inside this
hook. This will remove the need for accessing the x86 specific pgtables
member of struct xc_dom_image in the generic domain builder code.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/libxc/include/xc_dom.h
tools/libxc/xc_dom_arm.c
tools/libxc/xc_dom_core.c
tools/libxc/xc_dom_x86.c